home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / C / Applications / MacGzip 1.1.1 / Resources / MacVersion.r < prev    next >
Encoding:
Text File  |  1997-07-20  |  483 b   |  35 lines  |  [TEXT/MPS ]

  1. /*
  2.  *    vers resource
  3.  */
  4.  
  5. /*****************************************************/
  6. #include "Types.r"
  7. #include "SysTypes.r"
  8.  
  9. resource 'vers' (1, purgeable)
  10. {
  11.     0x01, 0x11, final, 0x00, verUS,
  12.     "1.1.1",
  13.     "1.1.1, © SPDsoft 1993-97, ("
  14.  
  15. #if defined (MW_Rez)
  16.     "mw/"
  17. #else /* (THINK_Rez) */
  18.     "tc/"
  19. #endif
  20.  
  21. #if defined (PPC_Rez) /* defined in prefs */
  22.     "PPC)"
  23. #else
  24.     "68k)"
  25. #endif
  26.  
  27. };
  28.  
  29. resource 'vers' (2, purgeable)
  30. {
  31.     0x01, 0x11, final, 0x00, verUS,
  32.     "1.1.1",
  33.     "gzip for the Macintosh"
  34. };
  35.